projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
189a69d
)
(try_window_id): Initizlie val.ovstring_chars_done to 0.
author
Kenichi Handa
<handa@m17n.org>
Mon, 15 Mar 1999 02:20:31 +0000
(
02:20
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 15 Mar 1999 02:20:31 +0000
(
02:20
+0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index f8705200f0069eb44d90b86bda20d04656c2b587..db000c89b1686ad33936c72bd2fef99c87ff639b 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-2898,6
+2898,7
@@
try_window_id (window)
Fset_marker (w->start, make_number (pos), Qnil);
val.bytepos = pos_byte;
+ val.ovstring_chars_done = 0;
/* Redisplay the lines where the text was changed */
last_text_vpos = vpos;